PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DNode Class / setIsVisible Method
True if the node is visible. False if the node is not visible.
In This Topic
    setIsVisible Method
    In This Topic
    Sets a value indicating whether the node is visible.
    Syntax
    public void setIsVisible( 
       boolean isVisible
    )

    Parameters

    isVisible
    True if the node is visible. False if the node is not visible.
    See Also